* {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    color: #474747;
}


li {
    list-style: none;
}

input, button, textarea {
    outline: 0;
    border: 0;
}

.swiper-button-next.swiper-button-prev {
    outline: none;
}

@font-face {
    font-family: 'hua';
    src: url(../font/hua.ttf);
}

body {
    min-width: 1200px;
    max-width: 1920px;
    margin: 0 auto !important;
    font-size: 20px;
    color: #1E1A17;
}

.box {
    width: 1200px;
    margin: auto;
}

/* header */
header {
    background: #fff;
    z-index: 999;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
}


header .top {
    height: 100px;
    color: #f5d446;
    font-size: 14px;
    font-family: PingFang SC;
}

header .t_left .line {
    width: 1px;
    height: 49px;
    background: #333333;
    margin: 0 17px 0 15px;
}

header .t_left .text {
    font-size: 24px;
    color: #176d46;
    line-height: 26px;
}

header .t_left .text font {
    font-size: 16px;
    color: #333333;
    letter-spacing: 6px;
}

.t_right {
    font-size: 30px;
    color: #000000;
}


/* header end */

/* nav */

.nav {
    font-size: 18px;
    line-height: 50px;
    background: #176d46;
}


.nav li a {
    display: block;
    width: 200px;
    color: #fff;
}

.nav .active, .nav li a:hover {
    color: #176d46;
    font-weight: bold;
    background: #ffcd00;
}

.nav .logo {
    left: 0;
    right: 0;
    top: -30px;
    width: 146px;
    margin: auto;
}


/* nav end */

/* footer */

footer {
    background: #176d46;
    color: #fff;
    font-size: 16px;
    padding-top: 50px;
}

footer a, footer a:hover {
    color: #fff;
}

footer .back {
    width: 96px;
    height: 96px;
    background: #fff;
    border-radius: 50%;
    left: 0;
    right: 0;
    top: -46px;
    margin: auto;
    padding: 6px;
}

footer .back>div {
    background: #176d46;
    border-radius: 50%;
    height: 100%;
}

footer .back p {
    font-size: 20px;
    margin-top: 8px;
}

.ft_left ul {
    width: 690px;
}

.ft_left .phone {
    font-size: 20px;
    margin: 68px 0 64px;
}

.ft_left .phone span {
    font-size: 40px;
}

form {
    width: 452px;
}

form input {
    width: 100%;
    border-bottom: 1px solid #fff;
    padding-bottom: 8px;
    background: 0;
    color: #fff;
    margin-bottom: 36px;
}

form input::placeholder {
    color: #fff;
}

form button {
    width: 100%;
    height: 50px;
    background: #ffdb48;
    color: #176d46;
}

.f_top .aaa {
    font-size: 20px;
    height: 80px;
    border-top: 1px solid #fff;
    margin-top: 48px;
}

.f_bottom {
    height: 50px;
    font-size: 16px;
    color: #fff;
    background: #333333;
}

/* footer end */

/* 悬浮框 */
.xuan {
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 69px;
    height: 362px;
    z-index: 99;
    font-size: 16px;
}

.xuan li {
    width: 69px;
    height: 69px;
    background: #035eaf;
    cursor: pointer;
}

.xuan li img {
    display: block;
}

.xuan li:hover {
    background: #30ca5d;
}

.xuan li:hover .kuang {
    display: flex;
}

.xuan li .kuang {
    display: none;
    background-color: rgb(255, 255, 255);
    box-shadow: 1.5px 2.598px 11.18px 1.82px rgb(28 28 28 / 13%);
    width: 161px;
    height: 161px;
    right: 90px;
    border-radius: 15px;
}

.xuan li:nth-child(3) .kuang {
    width: 244px;
    height: 71px;
}

.xuan li:nth-child(1) .kuang {
    height: 71px;
}


.xuan .kuang .jiao {
    top: 0;
    bottom: 0;
    margin: auto;
    right: -20px;
    width: 0;
    height: 0;
    border-width: 10px;
    border-color: transparent transparent transparent #fff;
    border-style: solid;
    filter: drop-shadow(1.5px 2.598px 11.18px rgb(28 28 28 / 13%));
}

/* 悬浮框 enf */
/* 列表分页 */
.pagination {
    width: 100%;
    font-size: 20px;
    color: #5D5A59;
    margin-top: 40px;
    padding-top: 20px;
    text-align: center;
}

.pagination li {
    width: 62px;
    line-height: 40px;
    text-align: center;
    background: #FCF9F8;
    display: inline-block;
    margin: 0 3px;
}

.pagination li a {
    display: block;
    color: #5D5A59;
}

.pagination li.active, .pagination li a:hover {
    color: #fff;
    background: #176d46;
}


.sxy {
    padding-top: 30px;
    border-top: 1px solid #cccccc;
    font-size: 16px;
    color: #111111;
    margin-top: 50px;
}

.sxy>div {
    max-width: 45%;
}


/* 列表分页 end */


/* index */

.swiper-container1 .swiper-pagination-bullet {
    background: #fff;
    opacity: 0.3;
}

.swiper-container1 .swiper-pagination-bullet-active {
    opacity: 1;
}

.hua {
    font-family: 'hua';
}

.title {
    font-size: 40px;
    color: #000;
}

.sed_title {
    font-size: 20px;
    color: #333333;
    margin: 10px 0 23px;
}

.titline {
    width: 122px;
    height: 2px;
    background: #777777;
    margin: auto;
}

.index1 {
    padding: 60px 0 70px;
}
.index1 .img{
    overflow: hidden;
}
.index1 .active .img img{
    transform: scale(1.1);
    transition: .2s;
}
.index1 .box {
    margin-top: 20px;
}

.index1 li {
    margin-top: 41px;
}

.index1 li p {
    font-size: 22px;
    color: #333333;
    margin-top: 21px;
}

.index2 {
    background: url(../images/index2.jpg) no-repeat center;
    padding: 60px 0 70px;
}
.index2 .box{
    margin-top: 55px;
}
.index2 .title {
    color: #ffcd00;
}

.index2 .sed_title {
    color: #fff;
}

.index2 .titline {
    background: rgb(255, 255, 255, .5);
}

.index2 li img {
    display: block;
}

.index2 li p {
    width: 282px;
    line-height: 61px;
    background: #ffffff;
    font-size: 20px;
    color: #000000;
    cursor: pointer;
}

.index2 .active p {
    background: #ffcd00;
    color: #176d46;
}

.index3 {
    background: url(../images/index3.jpg) no-repeat center;
    padding: 59px 0 82px;
}

.index3 .tit img {
    display: none;
    margin-right: 10px;
}

.index3 .tit {
    font-size: 26px;
    color: #333333;
}

.index3 .con {
    font-size: 18px;
    line-height: 26px;
    color: #666666;
    margin-top: 7px;
}

.index3 .box {
    margin-top: 60px;
}

.index3 li {
    width: 578px;
    cursor: pointer;
}

.index3 li:nth-child(n+2) {
    border-top: 2px solid #e6e6e1;
    padding-top: 15px;
    margin-top: 17px;
}

.index3 .active .tit {
    color: #176d46;
}

.index3 .active .tit img {
    display: block;
}

.index4 {
    padding: 59px 0 120px;
}

.index4 li {
    margin-top: 63px;
    cursor: pointer;
}

.index4 li img {
    display: block;
}

.index4 li>div {
    width: 589px;
    height: 511px;
    padding: 59px 21px 29px 24px;
    margin-top: -34px;

}

.index4 li>div>div {
    border: 1px solid #c3c3c3;
}

.index4 li p {
    height: 55px;
    background: #fff;
    font-size: 20px;
    color: #333333;
}

.index4 .tit {
    width: 450px;
    height: 70px;
    border: 1px solid #dbdbdb;
    border-radius: 10px;
    font-size: 26px;
    color: #333333;
    margin: auto;
}

.index4 .active>div {
    background: #176d46;
}

.index4 .active .tit {
    background: url(../images/index4_tt.png) no-repeat center;
    border-color: transparent;
}

.index4 .act p {
    background: #ffcd00;
}

.index4 .more {
    background: url(../images/index4_ph.png) no-repeat center;
    font-size: 26px;
    color: #fff;
    height: 72px;
    margin-top: 59px;
}

.index5 {
    background: url(../images/index2.jpg) no-repeat center;
    padding: 57px 0 100px;
    background-size: cover;
}

.index5 .title {
    color: #ffcd00;
}

.index5 .sed_title {
    color: #fff;
}

.index5 .titline {
    background: rgb(255, 255, 255, .5);
}

.index5 .box {
    background: url(../images/index5.png) no-repeat center;
    height: 494px;
    margin-top: 117px;
    font-size: 24px;
    color: #fff;
}

.index5 .content div strong {
    color: rgb(255, 255, 255, .0);
}

.index5 .content .active {
    color: #ffdb48;
}

.index5 .content .active strong {
    color: rgb(255, 255, 255, .3);
}

.index5 .content .img_no {
    display: none;
}

.index5 .content .active .img_no {
    display: block;
}

.index5 .content .active .img_block {
    display: none;
}

.index5 .content .active .line {
    background: #333333;
}

.index5 strong {
    font-size: 113px;
    margin-right: 20px;
}

.index5 .right strong {
    margin-left: 20px;
}

.index5 .line {
    display: inline-block;
    width: 75px;
    height: 1px;
    background: #fff;
    margin: 0 25px 0 22px;
}


.index6 {
    background: url(../images/index6.jpg) no-repeat center;
    padding: 62px 0 75px;
    color: #333333;
}

.index6 ul {
    margin-top: 60px;
}

.index6 li:nth-child(n+4) {
    margin-top: 33px;
}

.index6 .tit {
    font-size: 22px;
    margin: 22px 0 6px;
}

.index6 .con {
    font-size: 16px;
}

.index6 a, .index6 a:hover {
    background: url(../images/index6_btn.png) no-repeat center;
    height: 70px;
    font-size: 26px;
    color: #fff;
    margin-top: 60px;
}

.index7 {
    padding: 61px 0 50px;
}

.index7 ul {
    margin-top: 30px;
}

.index7 li {
    margin-top: 30px;
}

.index7 li p {
    font-size: 20px;
    color: #000000;
    width: 278px;
    height: 59px;
    border: 1px solid #dbdbdb;
}

.index8 {
    background: url(../images/index2.jpg) no-repeat center;
    padding: 58px 0 64px;
}

.index8 .title {
    color: #ffcd00;
}

.index8 .sed_title {
    color: #fff;
}

.index8 .titline {
    background: rgb(255, 255, 255, .5);
    margin-bottom: 90px;
}

.index8 li img {
    border-radius: 50%;
    border: 4px solid transparent;
}

.index8 li p {
    font-size: 22px;
    color: #fff;
    margin-top: 28px;
}

.index8 .active img {
    border-color: #ffdb48;
}

.index8 .active p {
    color: #ffdb48;
}

.index8 a {
    font-size: 26px;
    color: #176d46;
    width: 340px;
    height: 70px;
    background: url(../images/index8_06.png) no-repeat center;
    margin: 59px auto 0;
}

.index9 {
    padding: 57px 0 96px;
}

.index9 .box {
    margin-top: 60px;
}

.index9 .box>div {
    border: 1px solid #dfdfdf;
    padding: 36px 45px 36px 21px;
}

.index9 .tit {
    font-size: 26px;
    color: #176d46;
}

.index9 .con {
    font-size: 18px;
    line-height: 26px;
    color: #666666;
    margin: 26px 0 37px;
}

.index9 a, .index9 a:hover {
    width: 340px;
    height: 70px;
    background: url(../images/index6_btn.png) no-repeat center;
    font-size: 26px;
    color: #fff;
}

.index10 {
    background: url(../images/index10.jpg) no-repeat center;
    padding: 60px 0 79px;
}

.index10 ul {
    margin-top: 30px;
}

.index10 li {
    width: 380px;
    height: 210px;
    background: #fff;
    padding: 34px 46px 0;
    margin-top: 30px;
}

.index10 .tit {
    font-size: 20px;
    color: #333333;
    font-weight: 800;
    margin: 12px 0 10px;
}

.index10 .con {
    font-size: 16px;
    line-height: 24px;
    color: #333333;
}

.index11 {
    background: url(../images/index11.jpg) no-repeat center;
    padding: 70px 0 118px;
    color: #333333;
    line-height: 36px;
}

.index11 .a {
    font-size: 18px;
    margin-top: 19px;
}

.index11 .b {
    font-size: 24px;
}

.index11 .c {
    font-size: 30px;
    color: #176d46;
    font-weight: 800;
    margin: 8px 0;
}

/* index end */

/* aboutus */
.about1 {
    padding: 61px 0 49px;
}

.about1 .tit {
    font-size: 30px;
    color: #176d46;
    margin: 48px 0 30px;
}

.about1 .con {
    font-size: 18px;
    line-height: 38px;
    color: #333333;
}

.about2 {
    background: url(../images/index2.jpg) no-repeat center;
    padding: 60px 0 65px;
}

.about2 .title {
    color: #ffcd00;
}

.about2 .sed_title {
    color: #fff;
}

.about2 .titline {
    background: rgb(255, 255, 255, .5);
}

.about2 .box, .about3 .box {
    margin-top: 60px;
}

.about2 .swiper-button-prev {
    background: url(../images/left.png) no-repeat center;
    left: -105px;
}

.about2 .swiper-button-next {
    background: url(../images/right.png) no-repeat center;
    right: -105px;
}

.about2 .swiper-button, .about3 .swiper-button {
    width: 58px;
    height: 58px;
    opacity: 1 !important;
}

.about3 .swiper-button-prev {
    background: url(../images/left1.png) no-repeat center;
    left: -105px;
}

.about3 .swiper-button-next {
    background: url(../images/right1.png) no-repeat center;
    right: -105px;
}

.about3 {
    padding: 58px 0 77px;
}

.about3 .swiper-slide {
    background: url(../images/about3.jpg) no-repeat center;
    height: 262px;
    background-size: cover;
    padding: 8px;
}

.about3 .swiper-slide img {
    width: 100%;
    height: auto;
}

/* aboutus end */

/* product */
.prolist {
    padding: 58px 0 70px;
}

.prolist .list {
    background: #ffffff;
    margin-right: 72px;
    border: 1px solid #d8d8d8;
    margin-top: 60px;
    transition: .3s;
}

.prolist .list:nth-child(3n) {
    margin-right: 0;
}

.prolist .list .img {
    width: 350px;
    height: 350px;
    overflow: hidden;
}

.prolist .list .img img {
    width: 100%;
    height: auto;
}

.prolist .list .tit {
    line-height: 67px;
    font-size: 20px;
    color: #1C1711;
    border-top: 1px solid #d8d8d8;
}

.prolist .list.active, .prolist .list.active .tit {
    border-color: #333333;
}

.prolist .list.active .tit {
    background: #176d46;
    color: #fff;
}


/* product end */
/* join */

.join1 {
    padding: 58px 0 96px;
}

.join1 .box {
    margin-top: 60px;
}

.join1 li {
    font-size: 18px;
    line-height: 26px;
    color: #333333;
    cursor: pointer;
}

.join1 li:nth-child(n+2) {
    margin-top: 27px;
}

.join1 .cir {
    border: 1px solid #cec9c3;
    border-radius: 50%;
    padding: 5px;
    margin-right: 18px;
}

.join1 .cir span {
    width: 12px;
    height: 12px;
    background: #cec9c3;
    border-radius: 50%;
}

.join1 li p:nth-child(2) {
    width: 580px;
}

.join1 .active .cir {
    border-color: #176d46;
}

.join1 .active .cir span {
    background: #176d46;
}

/* join end */
/* news */

.news {
    padding: 58px 0 64px;
}

.news .box {}

.news .list {
    padding: 60px 54px;
}

.news .list:nth-child(n+2) {
    border-top: 1px solid #e9e9e9;
}

.news .img {
    width: 464px;
    height: 274px;
    overflow: hidden;
    border: 2px solid #aaaaaa;
}

.news .list.active .tit {
    color: #176d46;
}

.news .list.active .img {
    border-color: #176d46;
}

.news .img img {
    width: auto;
    height: 100%;
}

.news .list>div {
    width: 576px;
}

.news .tit {
    font-size: 22px;
    font-weight: bold;
    color: #333333;
    line-height: 26px;
}

.news .describe {
    -webkit-line-clamp: 7;
    font-size: 14px;
    color: #333333;
    line-height: 22px;
    margin-top: 20px;
}



.news .content {
    line-height: 2;
    font-size: 16px;
    text-indent: 2em;
    margin-top: 40px;
}


/* news end */
.arc {
    padding: 80px 0;
}

.arc h3 {
    font-size: 32px;
}

.arc .content {
    font-size: 18px;
    line-height: 2;
    margin-top: 50px;
}

.arc img {
    display: inline-block;
    max-width: 100%;
}

/* contactUs */
.contact1 {
    padding: 58px 0;
}

.contact1 .content {
    border: 1px solid #666666;
    margin-top: 60px;
}

.contact1 .map {
    width: 600px;
    height: 385px;
}

.contact1 .right {
    font-size: 20px;
    line-height: 40px;
    color: #333333;
    padding: 0 26px 0 40px;
}

.contact1 .right a {
    width: 544px;
    height: 50px;
    background: url(../images/contact1.png) no-repeat center;
    font-size: 20px;
    color: #fff;
    margin-top: 24px;
}

.contact2 form {
    width: 100%;
    padding-bottom: 78px;

}

.contact2 input, .contact2 textarea {
    width: 100%;
    height: 56px;
    border: 1px solid #e5e5e5;
    font-size: 18px;
    color: #666666;
    text-indent: 2em;
    margin-bottom: 20px;
    padding-bottom: 0;
    border-radius: 5px;
}

.contact2 input::placeholder, .contact2 textarea::placeholder {
    color: #666666;
}

.contact2 textarea {
    height: 232px;
    padding-top: 20px;
}

.contact2 button {
    width: 340px;
    height: 70px;
    background: url(../images/index6_btn.png) no-repeat center;
    font-size: 26px;
    color: #fff;
    margin-top: 40px;
}

/* contactUs end */
@media screen and (max-width:1280px) {
    /* body {
        overflow-x: hidden;
    } */

    .index5 {
        overflow: hidden;
    }
}